home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / BUSINESS / BARCODE.LZH / LASERBAR.DOC < prev    next >
Text File  |  1986-01-09  |  2KB  |  30 lines

  1.                              LASERBAR.BAS
  2.                              
  3.         CODE 3 OF 9  BAR CODE PRINT UTILITY FOR THE H.P. LASERJET
  4.  
  5.   Where I work, we have developed several uses for bar codes to be used for
  6. quick, accurate input. Our timeclock system uses bar codes for employees
  7. to 'wand in' and 'wand out'. Data is stored on a floppy disk which is then
  8. transferred to the mainframe once a week for storage, editing, and printing.
  9. Our production orders also contain the bar code for the part numbers needed
  10. or used. These numbers provide input for our inventory control system.
  11.   The problem we encountered was that bar codes printed on a dot-matrix 
  12. printer were not precise enough for a 100% good scan everytime. Some bar codes
  13. would be accepted after several passes, and some not at all. Then we purchased
  14. the H.P. Laserjet, mainly for high quality word processing. I stumbled onto a
  15. bar code program written by Bill Wood, Mil. WI (CODE39.BAS) which inspired me
  16. to write this version for the H.P. Laserjet. The bar codes that this printer
  17. produces work great !
  18.   The program does not store data on disk , but could be easily modified to do
  19. so. I've tried to add in sufficient REMarks to allow others to follow the code.
  20. I now use this program as a subroutine to our main production order program.
  21. Also, there is a 13 character limit which is sufficient for our present use,but
  22. I know the program can be redesigned to handle more.
  23.  
  24.   This program was written as a demonstration of the H.P. Laserjet's ability to
  25. produce code 3 of 9 bar codes and the author is not responsible for any damages
  26. incurred though the use of this program.
  27.   H.P. Laserjet is a product of the Hewlett-Packard Company
  28.   
  29.   Bill Baines, Enfield, CT.
  30.